This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
feat: enable custom gas price and limit #704
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lucachaco
force-pushed
the
advanced-gas-options
branch
from
June 21, 2021 15:27
497a6f0
to
c94b251
Compare
lucachaco
changed the title
(WIP) feat: enable custom gas price and limit
feat: enable custom gas price and limit
Jun 24, 2021
src/pages/wallet/transfer.js
Outdated
const amountPlaceholderText = Transfer.generateAmountPlaceholderText(symbol, type, currency, prices); | ||
this.setState({ customFeeValue, amountPlaceholderText }); | ||
// this.setState({ customFeeValue amountPlaceholderText }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove all comments
lucachaco
force-pushed
the
advanced-gas-options
branch
from
June 24, 2021 19:52
5829fee
to
c8427c7
Compare
bitcoinuser
reviewed
Jun 25, 2021
src/common/translations/pt-BR.json
Outdated
@@ -66,7 +66,11 @@ | |||
"enterMemo": "Inserir uma nota de transação", | |||
"slideConfirm": "Deslize para confirmar", | |||
"balance": "Saldo", | |||
"unavailableAddress": "O endereço da carteira digitado não é válido" | |||
"unavailableAddress": "O endereço da carteira digitado não é válido", | |||
"advanced": "Opciones Avanzadas", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
"advanced": "Opciones Avanzadas", | |
"advanced": "Opções avançadas", |
bitcoinuser
reviewed
Jun 25, 2021
src/common/translations/pt-BR.json
Outdated
"unavailableAddress": "O endereço da carteira digitado não é válido", | ||
"advanced": "Opciones Avanzadas", | ||
"gasPrice": "Preço da Gás", | ||
"gasLimit": "Limite de Gás", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
"gasLimit": "Limite de Gás", | |
"gasLimit": "Limite Gás", |
bitcoinuser
reviewed
Jun 25, 2021
src/common/translations/pt-BR.json
Outdated
"unavailableAddress": "O endereço da carteira digitado não é válido" | ||
"unavailableAddress": "O endereço da carteira digitado não é válido", | ||
"advanced": "Opciones Avanzadas", | ||
"gasPrice": "Preço da Gás", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
"gasPrice": "Preço da Gás", | |
"gasPrice": "Preço Gás", |
bitcoinuser
suggested changes
Jun 25, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes PT-BR
lucachaco
force-pushed
the
advanced-gas-options
branch
from
June 28, 2021 16:07
0476ed2
to
a0297c7
Compare
patogallaiovlabs
approved these changes
Jun 28, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enable selection custom gas price and limit.